From afb91f784a4eef74e1e50dce55646ec84b22448f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 1 Oct 2006 17:09:58 +0000 Subject: [PATCH] (ffap-rfc-path): Change the address of the RFC repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone. --- lisp/ffap.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ffap.el b/lisp/ffap.el index 5ff63bfdec2..bd0c213ba6e 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el @@ -954,7 +954,7 @@ If t, `ffap-tex-init' will initialize this when needed.") (substring name 2)))) (defvar ffap-rfc-path - (concat (ffap-host-to-filename "ds.internic.net") "/rfc/rfc%s.txt")) + (concat (ffap-host-to-filename "ftp.rfc-editor.org") "/in-notes/rfc%s.txt")) (defun ffap-rfc (name) (format ffap-rfc-path -- 2.30.2